.title {
   font-size: 20px;
   letter-spacing: 0px;
   color: #009fe9;
   text-align: center;
   font-weight: bold;
}

.title::before {
   display: inline-block;
   content: '';
   height: 2px;
   width: 15px;
   background-color: #e5e5e5;
   opacity: 0.8;
   margin-right: 20px;
   vertical-align: middle;
}

.title::after {
   display: inline-block;
   content: '';
   height: 2px;
   width: 15px;
   background-color: #e5e5e5;
   opacity: 0.8;
   margin-left: 20px;
   vertical-align: middle;
}

.subtitle {
   text-align: center;
   font-size: 14px;
   letter-spacing: 0px;
   color: #b3b3b3;
   margin-top: 10px;
}

.title-box {
   margin: 40px 0;
}

/* 报价 */

.price-search {
   width: 960px;
   height: 60px;
   background-color: #ffffff;
   box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.08);
   border-radius: 5px;
   transform: translateY(-50%);
   position: relative;
   z-index: 99;
   padding: 0 20px;
}

.price-search .label {
   font-size: 14px;
   letter-spacing: 0px;
   color: #009fe9;
   line-height: 60px;
}

.price-search .search-box {
   height: 34px;
   width: 880px;
   display: inline-block;
   margin: 13px 0 0px 14px;
   vertical-align: top;
}

.price-search .select {
   display: block;
   width: 100px;
   height: 34px;
   background-color: #009fe9;
   color: #fff;
   border-radius: 5px 0px 0px 5px;
   line-height: 34px;
   text-align: center;
   cursor: pointer;
   vertical-align: middle;
   float: left;
}

.price-search .select:hover {
   background-color: #0481bb;
}

.price-search input {
   width: 650px;
   height: 34px;
   background-color: #f5f5f5;
   vertical-align: middle;
   padding: 0 20px;
   display: block;
   float: left;
}

.price-search .select .icon-down-arr {
   top: 5px;
   right: 6px;
   height: 10px;
   width: 14px;
   background: url("../image/arr_bottom.png") no-repeat;
   background-size: 14px 10px;
   overflow: hidden;
   display: inline-block;
   margin-left: 10px;
}

.price-search .btn {
   width: 90px;
   height: 34px;
   background-color: #009fe9;
   border-radius: 0px 5px 5px 0px;
   display: inline-block;
   vertical-align: middle;
   line-height: 34px;
   text-align: center;
   font-size: 14px;
   letter-spacing: 0px;
   color: #ffffff;
   cursor: pointer;
   display: block;
   float: left;
}

.price-search .btn:hover {
   background-color: #0481bb;
}

.price-search .brand-box {
   width: 758px;
   height: 188px;
   padding: 15px 20px;
   border: 1px solid #efefef;
   border-radius: 3px;
   background: #fff;
   overflow: hidden;
   position: absolute;
   top: 60px;
   left: 100px;
}

.price-search .brand-box a {
   display: block;
   float: left;
   width: 98px;
   height: 50px;
   border: 1px solid #e5e5e5;
   border-radius: 3px;
   margin: 9px 9px 0 0;
   text-align: center;
   overflow: hidden;
}

.price-search .brand-box a.last {
   margin-right: 0;
}

.price-search .brand-box a img {
   vertical-align: middle;
   width: 98px;
   height: 50px;
}

.price-search .brand-box a span {
   vertical-align: middle;
   display: inline-block;
   height: 100%;
}

/* 推荐产品 */

.content-product {
   margin-bottom: 30px;
   position: relative;
   margin-top: -30px;
}

.content-product .swiper-container {
   padding: 0 15px 0 0;
}

.content-product .product-item {
   width: 235px;
   height: 280px;
   border-radius: 2px;
}

.content-product .product-item:nth-child(odd) {
   background-color: #f5f5f5;
}

.content-product .product-item:nth-child(even) {
   border: solid 1px #ebebeb;
}

.content-product .product-item .tit {
   text-align: center;
   margin-top: 20px;
   font-size: 16px;
   color: #666;
}

.content-product .product-item:nth-child(odd) .tit {
   color: #32b1ed;
}

.content-product .product-item .img-box {
   width: 100%;
   height: 158px;
   text-align: center;
   position: relative;
}

.content-product .product-item img {
   max-width: 100%;
   max-height: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   display: inline-block;
   object-fit: scale-down;
}

.content-product .product-item .link {
   padding: 18px;
   font-size: 13px;
}

.content-product .product-item .link a {
   color: #000;
}

.content-product .product-item .link a:nth-child(odd) {
   margin-right: 5px;
}

.content-product .btn-next {
   position: absolute;
   right: -60px;
   top: 200px;
   cursor: pointer;
}

.content-product .btn-prev {
   position: absolute;
   left: -60px;
   top: 200px;
   cursor: pointer;
}

/* .content-product .swiper-button-disabled {
   display: none;
} */

/* 公司简介 */

.content-intro {
   background-color: #f5f5f5;
   height: 360px;
   position: relative;
}

.content-intro .bg {
   height: 100%;
   width: calc(50% - 390px);
   background-color: #fcfcfc;
   position: absolute;
   right: 0;
   top: 0;
}

.content-intro .content {
   position: relative;
}

.content-intro .intro-title {
   font-size: 20px;
   line-height: 90px;
   letter-spacing: 0px;
   color: #009fe9;
   font-weight: bold;
}

.content-intro .left {
   width: 590px;
}

.content-intro .left p {
   font-size: 12px;
   line-height: 24px;
   letter-spacing: 0px;
   color: #666666;
}

.content-intro .left .advantage-box {
   display: flex;
   flex-wrap: wrap;
   margin-top: 35px;
}

.content-intro .left .item {
   width: 210px;
   display: flex;
   margin-bottom: 25px;
}

.content-intro .left .item:nth-child(odd) {
   margin-right: 90px;
}

.content-intro .left .item img {
   display: inline-block;
   width: auto;
   height: 40px;
   margin-top: 10px;
   margin-right: 10px;
}

.content-intro .left .item .txt {
   display: inline-block;
}

.content-intro .left .item .txt .tit {
   font-size: 16px;
   letter-spacing: 0px;
   color: #333333;
}

.content-intro .left .item .txt .desc {
   font-size: 12px;
   line-height: 16px;
   letter-spacing: 0px;
   color: #888888;
}

.content-intro .right {
   position: absolute;
   right: 0px;
   top: 90px;
}

.content-intro .right img {
   width: 300px;
   height: 200px;
}

/* 新闻资讯 */

.content-news {
   position: relative;
}

.index_more {
   position: absolute;
   font-size: 14px;
   letter-spacing: 0px;
   color: #999999;
   right: 0;
   top: 15px;
}

.content-news .news-item {
   width: 240px;
   height: 330px;
   border-bottom: solid 2px #e5f6ff;
   float: left;
   transition: all 0.5s;
   margin-right: 13px;
   margin-bottom: 32px;
}

.content-news .news-item:last-child {
   margin-right: 0;
}

.content-news .news-item:hover {
   margin-top: -12px;
   border-bottom: solid 2px #009fe9;
}

.content-news .news-item .tit {
   height: 48px;
   background-color: #009fe9;
   font-size: 20px;
   text-align: center;
   letter-spacing: 0px;
   line-height: 48px;
   color: #ffffff;
}

.content-news .news-item ul {
   padding: 15px 10px;
}

.content-news .news-item li a {
   color: #666;
}

.content-news .news-item li {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   overflow: hidden;
   margin-bottom: 8px;
   color: #666;
}

.content-news .inform li {
   margin-bottom: 15px;
}

.content-news .news-item li img {
   width: 100px;
   height: 74px;
   display: inline-block;
   vertical-align: top;
   object-fit: cover;
}

.content-news .news-item li .txt {
   display: inline-block;
   width: 116px;
   margin-top: 10px;
}

.content-news .news-item li .txt .tit {
   font-size: 14px;
   letter-spacing: 0px;
   color: #808080;
   background: none;
   text-align: left;
   line-height: 18px;
   height: auto;
}

.content-news .news-item li .txt .desc {
   font-size: 12px;
   line-height: 16px;
   letter-spacing: 0px;
   color: #666666;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
}

/* 品牌优势 */

.content-advantage {
   position: relative;
}

.content-advantage .btn-box li {
   display: inline-block;
   margin-bottom: 5px;
}

.content-advantage .btn-box li a {
   display: inline-block;
   width: 30px;
   height: 30px;
   border-radius: 2px;
   font-size: 16px;
   line-height: 30px;
   text-align: center;
   letter-spacing: 0px;
   color: #888;
   border: solid 1px #e5e5e5;
}

.content-advantage .btn-box li a:hover {
   background-color: #009fe9;
   color: #fff;
}

.content-advantage .brand-box {
   display: flex;
   flex-wrap: wrap;
   margin-top: 10px;
   justify-content: space-between;
}

.content-advantage .brand-box li {
   width: 145px;
   height: 76px;
   border: 1px solid #e5e5e5;
   border-radius: 5px;
   margin: 0 0 10px 0;
   background: #fff;
   text-align: center;
   overflow: hidden;
   cursor: pointer;
}

.content-advantage .brand-box li img {
   vertical-align: middle;
   width: 145px;
   height: 76px;
}

.content-advantage .brand-box li:hover {
   -webkit-filter: drop-shadow(0 0 5px #ccc);
   -moz-filter: drop-shadow(0 0 5px #ccc);
   -ms-filter: drop-shadow(0 0 5px #ccc);
   -o-filter: drop-shadow(0 0 5px #ccc);
   filter: drop-shadow(0 0 5px #ccc);
}

/* 行业应用 */

.content-use {
   height: 350px;
   background-color: #f5f5f5;
   padding-top: 1px;
   margin-top: 50px;
}

.content-use .w {
   display: flex;
   justify-content: space-between;
}

.content-use .w .item {
   width: 210px;
   height: 200px;
   text-align: center;
}

.content-use .w .item .img {
   width: 94px;
   height: 84px;
   display: inline-block;
}

.content-use .w .item .tit {
   font-size: 14px;
   line-height: 40px;
   letter-spacing: 0px;
   color: #666666;
   font-weight: bold;
}

.content-use .w .item .txt {
   font-size: 12px;
   line-height: 20px;
   letter-spacing: 0px;
   color: #808080;
   text-align: left;
}

.content-use .w .item1 .img {
   background: url('../image/home/icon_use1.png') no-repeat;
}

.content-use .w .item2 .img {
   background: url('../image/home/icon_use2.png') no-repeat;
}

.content-use .w .item3 .img {
   background: url('../image/home/icon_use3.png') no-repeat;
}

.content-use .w .item4 .img {
   background: url('../image/home/icon_use4.png') no-repeat;
}

.content-use .w .item:hover {
   border-bottom: solid 2px #009fe9;
}

.content-use .w .item1:hover .img {
   background: url('../image/home/icon_use1_active.png') no-repeat;
}

.content-use .w .item2:hover .img {
   background: url('../image/home/icon_use2_active.png') no-repeat;
}

.content-use .w .item3:hover .img {
   background: url('../image/home/icon_use3_active.png') no-repeat;
}

.content-use .w .item4:hover .img {
   background: url('../image/home/icon_use4_active.png') no-repeat;
}

.content-use .w .item:hover .tit {
   color: #009fe9;
}

.content-use .w .item:hover .txt {
   color: #009fe9;
}

/* 合作伙伴 */

.content-partner .img-box {
   display: flex;
   margin-bottom: 58px;
}

.content-partner .img-box a {
   display: block;
   width: 158px;
   height: 78px;
   border: 1px solid #e5e5e5;
   border-radius: 3px;
   margin-right: 8px;
   text-align: center;
   overflow: hidden;
   position: relative;
}

.content-partner .img-box img {
   max-width: 158px;
   max-height: 78px;
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}